ââ Hi, the problem is definitely not he URL as the image is there (I checked). So it is your CSS. Note the W3schools page on 'background-image' â the issue is you are using quotes rather than the ' symbol to surround your URL. âGJS
THANKS!
- Sam _
I put my picture into the folder right before all the CSS for your theme. So go one level above your css and place your image file there. Then this should be your code:
background-image:url('../YOURIMAGENAME.jpg');
The ../ specifies that the location is one directory higher then the css.
Let me know if this works with your theme, mine only shows up in safari but not firefox.
Vassili
I am trying to place a background image through my CSS but, for some reason it doesn't seem to be working...anyone have any suggestions?
This is what I am entering into my CSS:
background-image:url ("http://phoenix.sheridanc.on.ca/~ccit728/sites/all/themes/omega/omega/images/background.png");
thanks,
Sam
ââ
Hi, the problem is definitely not he URL as the image is there (I checked). So it is your CSS. Note the W3schools page on 'background-image' â the issue is you are using quotes rather than the ' symbol to surround your URL. âGJS
THANKS!
- Sam
_
I put my picture into the folder right before all the CSS for your theme. So go one level above your css and place your image file there.
Then this should be your code:
background-image:url('../YOURIMAGENAME.jpg');
The ../ specifies that the location is one directory higher then the css.
Let me know if this works with your theme, mine only shows up in safari but not firefox.
Vassili